runtime.special.next (field)
12 uses
runtime (current package)
heapdump.go#L457: for sp := s.specials; sp != nil; sp = sp.next {
heapdump.go#L656: for sp := s.specials; sp != nil; sp = sp.next {
mgcmark.go#L377: for sp := s.specials; sp != nil; sp = sp.next {
mgcsweep.go#L560: for tmp := siter.s; tmp != nil && uintptr(tmp.offset) < endOffset; tmp = tmp.next {
mheap.go#L1811: next *special // linked list in span
mheap.go#L1860: s.next = *iter
mheap.go#L1893: *iter = s.next
mheap.go#L1923: iter = &s.next
mheap.go#L2039: i.pprev = &i.s.next
mheap.go#L2047: i.s = cur.next
pinner.go#L333: rec.special.next = *ref
pinner.go#L352: *ref = counter.special.next
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |